3.9.63 \(\int \frac {(c x^2)^{3/2}}{x^3 (a+b x)^2} \, dx\)

Optimal. Leaf size=25 \[ -\frac {c \sqrt {c x^2}}{b x (a+b x)} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {15, 32} \begin {gather*} -\frac {c \sqrt {c x^2}}{b x (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c*x^2)^(3/2)/(x^3*(a + b*x)^2),x]

[Out]

-((c*Sqrt[c*x^2])/(b*x*(a + b*x)))

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin {align*} \int \frac {\left (c x^2\right )^{3/2}}{x^3 (a+b x)^2} \, dx &=\frac {\left (c \sqrt {c x^2}\right ) \int \frac {1}{(a+b x)^2} \, dx}{x}\\ &=-\frac {c \sqrt {c x^2}}{b x (a+b x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 24, normalized size = 0.96 \begin {gather*} -\frac {\left (c x^2\right )^{3/2}}{b x^3 (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c*x^2)^(3/2)/(x^3*(a + b*x)^2),x]

[Out]

-((c*x^2)^(3/2)/(b*x^3*(a + b*x)))

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.03, size = 24, normalized size = 0.96 \begin {gather*} -\frac {\left (c x^2\right )^{3/2}}{b x^3 (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(c*x^2)^(3/2)/(x^3*(a + b*x)^2),x]

[Out]

-((c*x^2)^(3/2)/(b*x^3*(a + b*x)))

________________________________________________________________________________________

fricas [A]  time = 1.09, size = 24, normalized size = 0.96 \begin {gather*} -\frac {\sqrt {c x^{2}} c}{b^{2} x^{2} + a b x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2)^(3/2)/x^3/(b*x+a)^2,x, algorithm="fricas")

[Out]

-sqrt(c*x^2)*c/(b^2*x^2 + a*b*x)

________________________________________________________________________________________

giac [A]  time = 1.14, size = 29, normalized size = 1.16 \begin {gather*} -c^{\frac {3}{2}} {\left (\frac {\mathrm {sgn}\relax (x)}{{\left (b x + a\right )} b} - \frac {\mathrm {sgn}\relax (x)}{a b}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2)^(3/2)/x^3/(b*x+a)^2,x, algorithm="giac")

[Out]

-c^(3/2)*(sgn(x)/((b*x + a)*b) - sgn(x)/(a*b))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 23, normalized size = 0.92 \begin {gather*} -\frac {\left (c \,x^{2}\right )^{\frac {3}{2}}}{\left (b x +a \right ) b \,x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2)^(3/2)/x^3/(b*x+a)^2,x)

[Out]

-1/(b*x+a)/b*(c*x^2)^(3/2)/x^3

________________________________________________________________________________________

maxima [A]  time = 1.33, size = 16, normalized size = 0.64 \begin {gather*} -\frac {c^{\frac {3}{2}}}{b^{2} x + a b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2)^(3/2)/x^3/(b*x+a)^2,x, algorithm="maxima")

[Out]

-c^(3/2)/(b^2*x + a*b)

________________________________________________________________________________________

mupad [B]  time = 0.15, size = 24, normalized size = 0.96 \begin {gather*} -\frac {c^{3/2}\,\sqrt {x^2}}{b^2\,x^2+a\,b\,x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2)^(3/2)/(x^3*(a + b*x)^2),x)

[Out]

-(c^(3/2)*(x^2)^(1/2))/(b^2*x^2 + a*b*x)

________________________________________________________________________________________

sympy [A]  time = 2.23, size = 44, normalized size = 1.76 \begin {gather*} \begin {cases} - \frac {c^{\frac {3}{2}} \left (x^{2}\right )^{\frac {3}{2}}}{a b x^{3} + b^{2} x^{4}} & \text {for}\: b \neq 0 \\\frac {c^{\frac {3}{2}} \left (x^{2}\right )^{\frac {3}{2}}}{a^{2} x^{2}} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x**2)**(3/2)/x**3/(b*x+a)**2,x)

[Out]

Piecewise((-c**(3/2)*(x**2)**(3/2)/(a*b*x**3 + b**2*x**4), Ne(b, 0)), (c**(3/2)*(x**2)**(3/2)/(a**2*x**2), Tru
e))

________________________________________________________________________________________